ServiceGetFolder Method (String, IListPropertyPath) |
Gets a folder.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic Folder GetFolder(
string folderId,
IList<PropertyPath> propertyPaths
)
Public Function GetFolder (
folderId As String,
propertyPaths As IList(Of PropertyPath)
) As Folder
Parameters
- folderId
- Type: SystemString
The ID of the folder to return. - propertyPaths
- Type: System.Collections.GenericIListPropertyPath
The set of properties to return.
Return Value
Type:
FolderFolder.
See Also